SftTree/NET 2.0

ImageAttributes Property, ButtonsClass Class

Softel vdm, Inc.

Defines the optional images attributes that apply to all defined expand/collapse buttons images.

Syntax      ButtonsClass Class (Softelvdm.SftTreeNET)

VB   

Public Property ImageAttributes As ImageAttributes

C#   

public ImageAttributes ImageAttributes { get; set; }

C++   

public: property ImageAttributes^ ImageAttributes {
        ImageAttributes^ get();
        void set(ImageAttributes^ value);
}

Property Value

The image attributes.

The default value is null/Nothing.

Comments

The ImageAttributes property defines the optional images attributes that apply to all defined expand/collapse buttons images.

The ImageAttributes property applies to all images defined using the properties ExpandableNormal, ExpandableHot, ExpandablePressed, ExpandedNormal, ExpandedHot and ExpandedPressed.

The images defined using these properties are only used if the control's ButtonLook property is set to ButtonLookEnum.Custom.

The images defined using the properties ExpandableNormal, ExpandableHot, ExpandablePressed, ExpandedNormal, ExpandedHot and ExpandedPressed must have the same size.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com